func runtime.lockWithRank
8 uses
runtime (current package)
lock_futex.go#L52: lockWithRank(l, getLockRank(l))
lockrank_off.go#L23: func lockWithRank(l *mutex, rank lockRank) {
sema.go#L166: lockWithRank(&root.lock, lockRankRoot)
sema.go#L205: lockWithRank(&root.lock, lockRankRoot)
sema.go#L563: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L606: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L637: lockWithRank(&l.lock, lockRankNotifyList)
stack.go#L835: lockWithRank(&sg.c.lock, lockRankHchanLeaf)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |